home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / June 96 / Re Extension Link Problem < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  712 b   |  [TEXT/ttxt]

  1. Subject:     Re: Extension Link Problem
  2. Sent:        6/7/96 1:44 AM
  3. Received:    6/7/96 8:51 AM
  4. From:        Bernie Wieser, octavian@agt.net
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. Your extension is known in the shared library by its "ADI_TestExtClassData"
  9. data structure.  You must export it.  Your project export for the shared
  10. library must 
  11. contain this string (and probably this string only.)
  12.  
  13. i.e.
  14. myProj.prj.exp contains the line "ADI_TestExtClassData"
  15.  
  16. Then when you link to it you'll find it.
  17.  
  18. p.s. you can look at the ODF shared library code for an example.
  19. if you want a late bind example, I'll send you one.
  20.